4.7
MEDIUM CVSS 3.1
CVE-2024-38613
m68k: Fix spinlock race in kernel thread creation
Description

In the Linux kernel, the following vulnerability has been resolved: m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain the correct lock owner across the switch from 'prev' to 'next' tasks. This does rely on interrupts remaining disabled for the entire duration of the switch. This condition is guaranteed for normal process creation and context switching between already running processes, because both 'prev' and 'next' already have interrupts disabled in their saved copies of the status register. The situation is different for newly created kernel threads. The status register is set to PS_S in copy_thread(), which does leave the IPL at 0. Upon restoring the 'next' thread's status register in switch_to() aka resume(), interrupts then become enabled prematurely. resume() then returns via ret_from_kernel_thread() and schedule_tail() where run queue lock is released (see finish_task_switch() and finish_lock_switch()). A timer interrupt calling scheduler_tick() before the lock is released in finish_task_switch() will find the lock already taken, with the current task as lock owner. This causes a spinlock recursion warning as reported by Guenter Roeck. As far as I can ascertain, this race has been opened in commit 533e6903bea0 ("m68k: split ret_from_fork(), simplify kernel_thread()") but I haven't done a detailed study of kernel history so it may well predate that commit. Interrupts cannot be disabled in the saved status register copy for kernel threads (init will complain about interrupts disabled when finally starting user space). Disable interrupts temporarily when switching the tasks' register sets in resume(). Note that a simple oriw 0x700,%sr after restoring sr is not enough here - this leaves enough of a race for the 'spinlock recursion' warning to still be observed. Tested on ARAnyM and qemu (Quadra 800 emulation).

INFO

Published Date :

June 19, 2024, 2:15 p.m.

Last Modified :

Sept. 17, 2025, 5:06 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2024-38613 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM [email protected]
Solution
This addresses a spinlock race condition in the Linux kernel related to kernel thread creation.
  • Update the affected kernel packages.
  • Reboot the system after the update.
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2024-38613.

URL Resource
https://git.kernel.org/stable/c/0d9ae1253535f6e85a016e09c25ecbe6f7f59ef0 Patch
https://git.kernel.org/stable/c/2a8d1d95302c7d52c6ac8fa5cb4a6948ae0d3a14 Patch
https://git.kernel.org/stable/c/4eeffecc8e3cce25bb559502c2fd94a948bcde82 Patch
https://git.kernel.org/stable/c/5213cc01d0464c011fdc09f318705603ed3a746b Patch
https://git.kernel.org/stable/c/77b2b67a0f8bce260c53907e5749d61466d90c87 Patch
https://git.kernel.org/stable/c/95f00caf767b5968c2c51083957b38be4748a78a Patch
https://git.kernel.org/stable/c/da89ce46f02470ef08f0f580755d14d547da59ed Patch
https://git.kernel.org/stable/c/f1d4274a84c069be0f6098ab10c3443fc1f7134c Patch
https://git.kernel.org/stable/c/f3baf0f4f92af32943ebf27b960e0552c6c082fd Patch
https://git.kernel.org/stable/c/0d9ae1253535f6e85a016e09c25ecbe6f7f59ef0 Patch
https://git.kernel.org/stable/c/2a8d1d95302c7d52c6ac8fa5cb4a6948ae0d3a14 Patch
https://git.kernel.org/stable/c/4eeffecc8e3cce25bb559502c2fd94a948bcde82 Patch
https://git.kernel.org/stable/c/5213cc01d0464c011fdc09f318705603ed3a746b Patch
https://git.kernel.org/stable/c/77b2b67a0f8bce260c53907e5749d61466d90c87 Patch
https://git.kernel.org/stable/c/95f00caf767b5968c2c51083957b38be4748a78a Patch
https://git.kernel.org/stable/c/da89ce46f02470ef08f0f580755d14d547da59ed Patch
https://git.kernel.org/stable/c/f1d4274a84c069be0f6098ab10c3443fc1f7134c Patch
https://git.kernel.org/stable/c/f3baf0f4f92af32943ebf27b960e0552c6c082fd Patch
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2024-38613 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2024-38613 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2024-38613 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2024-38613 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Sep. 17, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
    Added CWE CWE-362
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.9 up to (excluding) 6.9.3 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.8.12 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.33 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.93 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.161 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.219 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 3.7 up to (excluding) 4.19.316 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.278
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/0d9ae1253535f6e85a016e09c25ecbe6f7f59ef0 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/0d9ae1253535f6e85a016e09c25ecbe6f7f59ef0 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/2a8d1d95302c7d52c6ac8fa5cb4a6948ae0d3a14 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/2a8d1d95302c7d52c6ac8fa5cb4a6948ae0d3a14 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/4eeffecc8e3cce25bb559502c2fd94a948bcde82 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/4eeffecc8e3cce25bb559502c2fd94a948bcde82 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/5213cc01d0464c011fdc09f318705603ed3a746b Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/5213cc01d0464c011fdc09f318705603ed3a746b Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/77b2b67a0f8bce260c53907e5749d61466d90c87 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/77b2b67a0f8bce260c53907e5749d61466d90c87 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/95f00caf767b5968c2c51083957b38be4748a78a Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/95f00caf767b5968c2c51083957b38be4748a78a Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/da89ce46f02470ef08f0f580755d14d547da59ed Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/da89ce46f02470ef08f0f580755d14d547da59ed Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/f1d4274a84c069be0f6098ab10c3443fc1f7134c Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/f1d4274a84c069be0f6098ab10c3443fc1f7134c Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/f3baf0f4f92af32943ebf27b960e0552c6c082fd Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/f3baf0f4f92af32943ebf27b960e0552c6c082fd Types: Patch
  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    Nov. 21, 2024

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/0d9ae1253535f6e85a016e09c25ecbe6f7f59ef0
    Added Reference https://git.kernel.org/stable/c/2a8d1d95302c7d52c6ac8fa5cb4a6948ae0d3a14
    Added Reference https://git.kernel.org/stable/c/4eeffecc8e3cce25bb559502c2fd94a948bcde82
    Added Reference https://git.kernel.org/stable/c/5213cc01d0464c011fdc09f318705603ed3a746b
    Added Reference https://git.kernel.org/stable/c/77b2b67a0f8bce260c53907e5749d61466d90c87
    Added Reference https://git.kernel.org/stable/c/95f00caf767b5968c2c51083957b38be4748a78a
    Added Reference https://git.kernel.org/stable/c/da89ce46f02470ef08f0f580755d14d547da59ed
    Added Reference https://git.kernel.org/stable/c/f1d4274a84c069be0f6098ab10c3443fc1f7134c
    Added Reference https://git.kernel.org/stable/c/f3baf0f4f92af32943ebf27b960e0552c6c082fd
  • CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jun. 19, 2024

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain the correct lock owner across the switch from 'prev' to 'next' tasks. This does rely on interrupts remaining disabled for the entire duration of the switch. This condition is guaranteed for normal process creation and context switching between already running processes, because both 'prev' and 'next' already have interrupts disabled in their saved copies of the status register. The situation is different for newly created kernel threads. The status register is set to PS_S in copy_thread(), which does leave the IPL at 0. Upon restoring the 'next' thread's status register in switch_to() aka resume(), interrupts then become enabled prematurely. resume() then returns via ret_from_kernel_thread() and schedule_tail() where run queue lock is released (see finish_task_switch() and finish_lock_switch()). A timer interrupt calling scheduler_tick() before the lock is released in finish_task_switch() will find the lock already taken, with the current task as lock owner. This causes a spinlock recursion warning as reported by Guenter Roeck. As far as I can ascertain, this race has been opened in commit 533e6903bea0 ("m68k: split ret_from_fork(), simplify kernel_thread()") but I haven't done a detailed study of kernel history so it may well predate that commit. Interrupts cannot be disabled in the saved status register copy for kernel threads (init will complain about interrupts disabled when finally starting user space). Disable interrupts temporarily when switching the tasks' register sets in resume(). Note that a simple oriw 0x700,%sr after restoring sr is not enough here - this leaves enough of a race for the 'spinlock recursion' warning to still be observed. Tested on ARAnyM and qemu (Quadra 800 emulation).
    Added Reference kernel.org https://git.kernel.org/stable/c/2a8d1d95302c7d52c6ac8fa5cb4a6948ae0d3a14 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/5213cc01d0464c011fdc09f318705603ed3a746b [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/4eeffecc8e3cce25bb559502c2fd94a948bcde82 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/77b2b67a0f8bce260c53907e5749d61466d90c87 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/0d9ae1253535f6e85a016e09c25ecbe6f7f59ef0 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/f3baf0f4f92af32943ebf27b960e0552c6c082fd [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/f1d4274a84c069be0f6098ab10c3443fc1f7134c [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/95f00caf767b5968c2c51083957b38be4748a78a [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/da89ce46f02470ef08f0f580755d14d547da59ed [No types assigned]
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
Base CVSS Score: 4.7
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality Impact
Integrity Impact
Availability Impact